PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations Package / PDFAnnotation Class / isViewable Method
In This Topic
    isViewable Method
    In This Topic
    Gets a value indicating whether the annotation should be displayed.
    Syntax
    public boolean isViewable()

    Return Value

    If true, display the annotation on the screen or allow it to interact with the user. The annotation may be printed (depending on the isPrintable method), but should be considered visible for the purposes of onscreen display and user interaction.
    See Also